textview: Make "extend selection" only extend
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 20 Nov 2014 13:03:07 +0000 (14:03 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Thu, 18 Dec 2014 20:20:18 +0000 (21:20 +0100)
commit8c091d1484c7b269b302a03212df37a785aae55e
treeddd4c4a3b2017e5e8065c778c12c8dfc8d7530bd
parenta2e71203c2eb3cf5cfaa881680009542b291a6e0
textview: Make "extend selection" only extend

This mode could also shrink the selection, plus the starting point would
seem somewhat arbitrary (actually dependent on the dragging direction of
the last selection).

Made this mode more consistent by only allowing it to extend the selection,
only in one direction for each operation, and so it keeps the current
selection as a minimum.
gtk/gtktextview.c